hysop.backend.hardware.machine module¶
- class hysop.backend.hardware.machine.Machine(parent, machine)[source]¶
Bases:
TopologyObject
Class describing a physical machine (a set of processors and memory).
- class hysop.backend.hardware.machine.NumaNode(parent, node, package=None, bridge=None)[source]¶
Bases:
TopologyObject
A set of processors around memory which the processors can directly access.